projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1921d21
)
Make list-processes--refresh work for pipe processes, too
author
dickmao
<none>
Sun, 6 Sep 2020 21:19:34 +0000
(23:19 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 6 Sep 2020 21:19:43 +0000
(23:19 +0200)
* lisp/simple.el (list-processes--refresh): Don't bug out in the
presence of a `pipe' process (bug#43202).
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index bc92ecf8e553a5f5c3a3670d5c56151a4282e24e..86db34a5c54464c349f1894b288b5bd5c002975f 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-4372,7
+4372,7
@@
Also, delete any process that is exited or signaled."
((thread-name (process-thread p)))
(t "--")))
(cmd
- (if (memq type '(network serial))
+ (if (memq type '(network serial
pipe
))
(let ((contact (process-contact p t t)))
(if (eq type 'network)
(format "(%s %s)"